home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : VDT100
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : HAMMONS%TI-EG at CSNET-RELAY
- -- AUTHOR : Triplett, Brenda and Hammons, Bud
- -- : Department of Computer Science
- -- : North Texas State University
- -- : Denton, TX 76203
- -- COPYRIGHT : (c) 1984, 1985 Brenda Triplett and Bud Hammons
- -- DATE CREATED : 1984
- -- DATE RELEASED : 15 Jan 1985
- -- DATE LAST UPDATED : 15 Jan 1985
- -- LOCATION : C2MUG
- -- LOCATION : ASR
- -- ENVIRONMENT : Telesoft Ada 1.5, VAX
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : COMPONENTS
- -- CATEGORY LEVEL 2 : INPUT/OUTPUT
- -- CATEGORY LEVEL 3 : VDT100 Terminal Interface
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : VT100
- -- KEYWORD : TERMINAL INTERFACE
- -- KEYWORD : TOWERS OF HANOI
- -- INDEX : VT100
- -- INDEX : Terminal Interface
- -- INDEX : Interface, Terminal
- -- INDEX : Towers of Hanoi
- -- INDEX : Hanoi, Towers of
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.COMPONENTS>VDT100.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- VDT100.PRO 3332 67
- -- VDT100.SRC 15113 493
- -- =============== ========== ==========
- -- 2 Files 18445 560
- --= ABSTRACT ===============================================--
- -- VDT100.SRC contains a package which provides a set of routines
- -- to interface with a VT100 computer terminal, providing procedures for
- -- functions such as cursor positioning and clear screen. Included is a
- -- test program, which is a solution to the Towers of Hanoi.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 15 Jan 85 1.0 Brenda Triplett Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-